home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3ieppre.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_IEPPRE_H = 1;
- include("real/raytr/r3postpr.js")
-
-
- var R3CLID_PPRENDER = 747;
-
-
-
-
- // Virtual method
-
- R3IEPPREA_Sort = 747000;
-
- function mR3IEPPREA_Sort() {
- DoA(this.r3obj, 747000, 0, R3TID_INTEGER, 0);
- }
-
-
-
-
-
- R3IEPPREM_ACTIVEEFFECT = 747000;
-
- function mR3IEPPREM_ACTIVEEFFECT() {
- DoA(this.r3obj, 747000, 0, R3TID_INTEGER, 0);
- }
-
-
-
- function r3Pprender () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_PPRENDER, arguments);
- }
- // Methods
- this.Sort=mR3IEPPREA_Sort;
-
- // Methods
- this.ACTIVEEFFECT=mR3IEPPREM_ACTIVEEFFECT;
-
- }
-
- r3Pprender.prototype=new r3Postprocessor;
- // r3ieppre.h_H